home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / xtras / pomlite.dir / Documentation_10.txt < prev    next >
Encoding:
Text File  |  1996-10-06  |  470 b   |  11 lines

  1. doPageSetup
  2.  
  3. Syntax: doPageSetup(documentObject)
  4.  
  5. Returns: TRUE if the user clicks "OK" in the page setup dialog
  6.         FALSE if the user clicks "Cancel" in the page setup dialog
  7.  
  8. The doPageSetup function displays the Page Setup dialog for a document object. This function must be called on an empty document, before any elements are appended to it. doPageSetup returns TRUE if the user clicks the "OK" button in the dialog box, or FALSE if the user clicks "Cancel".
  9.  
  10.  
  11.